\(\int \cos (a+b x) \cot ^3(c+b x) \, dx\) [252]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [C] (verified)
   Fricas [B] (verification not implemented)
   Sympy [F]
   Maxima [B] (verification not implemented)
   Giac [B] (verification not implemented)
   Mupad [F(-1)]

Optimal result

Integrand size = 15, antiderivative size = 73 \[ \int \cos (a+b x) \cot ^3(c+b x) \, dx=\frac {3 \text {arctanh}(\cos (c+b x)) \cos (a-c)}{2 b}-\frac {\cos (a+b x)}{b}-\frac {\cos (a-c) \cot (c+b x) \csc (c+b x)}{2 b}+\frac {\csc (c+b x) \sin (a-c)}{b} \]

[Out]

3/2*arctanh(cos(b*x+c))*cos(a-c)/b-cos(b*x+a)/b-1/2*cos(a-c)*cot(b*x+c)*csc(b*x+c)/b+csc(b*x+c)*sin(a-c)/b

Rubi [A] (verified)

Time = 0.10 (sec) , antiderivative size = 73, normalized size of antiderivative = 1.00, number of steps used = 9, number of rules used = 7, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.467, Rules used = {4673, 4674, 2718, 3855, 2686, 8, 2691} \[ \int \cos (a+b x) \cot ^3(c+b x) \, dx=\frac {3 \cos (a-c) \text {arctanh}(\cos (b x+c))}{2 b}+\frac {\sin (a-c) \csc (b x+c)}{b}-\frac {\cos (a-c) \cot (b x+c) \csc (b x+c)}{2 b}-\frac {\cos (a+b x)}{b} \]

[In]

Int[Cos[a + b*x]*Cot[c + b*x]^3,x]

[Out]

(3*ArcTanh[Cos[c + b*x]]*Cos[a - c])/(2*b) - Cos[a + b*x]/b - (Cos[a - c]*Cot[c + b*x]*Csc[c + b*x])/(2*b) + (
Csc[c + b*x]*Sin[a - c])/b

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 2686

Int[((a_.)*sec[(e_.) + (f_.)*(x_)])^(m_.)*((b_.)*tan[(e_.) + (f_.)*(x_)])^(n_.), x_Symbol] :> Dist[a/f, Subst[
Int[(a*x)^(m - 1)*(-1 + x^2)^((n - 1)/2), x], x, Sec[e + f*x]], x] /; FreeQ[{a, e, f, m}, x] && IntegerQ[(n -
1)/2] &&  !(IntegerQ[m/2] && LtQ[0, m, n + 1])

Rule 2691

Int[((a_.)*sec[(e_.) + (f_.)*(x_)])^(m_.)*((b_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp[b*(a*Sec[e +
 f*x])^m*((b*Tan[e + f*x])^(n - 1)/(f*(m + n - 1))), x] - Dist[b^2*((n - 1)/(m + n - 1)), Int[(a*Sec[e + f*x])
^m*(b*Tan[e + f*x])^(n - 2), x], x] /; FreeQ[{a, b, e, f, m}, x] && GtQ[n, 1] && NeQ[m + n - 1, 0] && Integers
Q[2*m, 2*n]

Rule 2718

Int[sin[(c_.) + (d_.)*(x_)], x_Symbol] :> Simp[-Cos[c + d*x]/d, x] /; FreeQ[{c, d}, x]

Rule 3855

Int[csc[(c_.) + (d_.)*(x_)], x_Symbol] :> Simp[-ArcTanh[Cos[c + d*x]]/d, x] /; FreeQ[{c, d}, x]

Rule 4673

Int[Cos[v_]*Cot[w_]^(n_.), x_Symbol] :> -Int[Sin[v]*Cot[w]^(n - 1), x] + Dist[Cos[v - w], Int[Csc[w]*Cot[w]^(n
 - 1), x], x] /; GtQ[n, 0] && FreeQ[v - w, x] && NeQ[w, v]

Rule 4674

Int[Cot[w_]^(n_.)*Sin[v_], x_Symbol] :> Int[Cos[v]*Cot[w]^(n - 1), x] + Dist[Sin[v - w], Int[Csc[w]*Cot[w]^(n
- 1), x], x] /; GtQ[n, 0] && FreeQ[v - w, x] && NeQ[w, v]

Rubi steps \begin{align*} \text {integral}& = \cos (a-c) \int \cot ^2(c+b x) \csc (c+b x) \, dx-\int \cot ^2(c+b x) \sin (a+b x) \, dx \\ & = -\frac {\cos (a-c) \cot (c+b x) \csc (c+b x)}{2 b}-\frac {1}{2} \cos (a-c) \int \csc (c+b x) \, dx-\sin (a-c) \int \cot (c+b x) \csc (c+b x) \, dx-\int \cos (a+b x) \cot (c+b x) \, dx \\ & = \frac {\text {arctanh}(\cos (c+b x)) \cos (a-c)}{2 b}-\frac {\cos (a-c) \cot (c+b x) \csc (c+b x)}{2 b}-\cos (a-c) \int \csc (c+b x) \, dx+\frac {\sin (a-c) \text {Subst}(\int 1 \, dx,x,\csc (c+b x))}{b}+\int \sin (a+b x) \, dx \\ & = \frac {3 \text {arctanh}(\cos (c+b x)) \cos (a-c)}{2 b}-\frac {\cos (a+b x)}{b}-\frac {\cos (a-c) \cot (c+b x) \csc (c+b x)}{2 b}+\frac {\csc (c+b x) \sin (a-c)}{b} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.39 (sec) , antiderivative size = 71, normalized size of antiderivative = 0.97 \[ \int \cos (a+b x) \cot ^3(c+b x) \, dx=\frac {12 \text {arctanh}\left (\cos (c)-\sin (c) \tan \left (\frac {b x}{2}\right )\right ) \cos (a-c)+(2 \cos (a-2 c-b x)-5 \cos (a+b x)+\cos (a+2 c+3 b x)) \csc ^2(c+b x)}{4 b} \]

[In]

Integrate[Cos[a + b*x]*Cot[c + b*x]^3,x]

[Out]

(12*ArcTanh[Cos[c] - Sin[c]*Tan[(b*x)/2]]*Cos[a - c] + (2*Cos[a - 2*c - b*x] - 5*Cos[a + b*x] + Cos[a + 2*c +
3*b*x])*Csc[c + b*x]^2)/(4*b)

Maple [C] (verified)

Result contains complex when optimal does not.

Time = 0.40 (sec) , antiderivative size = 179, normalized size of antiderivative = 2.45

method result size
risch \(-\frac {{\mathrm e}^{i \left (x b +a \right )}}{2 b}-\frac {{\mathrm e}^{-i \left (x b +a \right )}}{2 b}-\frac {-3 \,{\mathrm e}^{i \left (3 x b +5 a +2 c \right )}+{\mathrm e}^{i \left (3 x b +3 a +4 c \right )}+{\mathrm e}^{i \left (x b +5 a \right )}-3 \,{\mathrm e}^{i \left (x b +3 a +2 c \right )}}{2 b \left (-{\mathrm e}^{2 i \left (x b +a +c \right )}+{\mathrm e}^{2 i a}\right )^{2}}-\frac {3 \ln \left ({\mathrm e}^{i \left (x b +a \right )}-{\mathrm e}^{i \left (a -c \right )}\right ) \cos \left (a -c \right )}{2 b}+\frac {3 \ln \left ({\mathrm e}^{i \left (x b +a \right )}+{\mathrm e}^{i \left (a -c \right )}\right ) \cos \left (a -c \right )}{2 b}\) \(179\)

[In]

int(cos(b*x+a)*cot(b*x+c)^3,x,method=_RETURNVERBOSE)

[Out]

-1/2*exp(I*(b*x+a))/b-1/2/b*exp(-I*(b*x+a))-1/2/b/(-exp(2*I*(b*x+a+c))+exp(2*I*a))^2*(-3*exp(I*(3*b*x+5*a+2*c)
)+exp(I*(3*b*x+3*a+4*c))+exp(I*(b*x+5*a))-3*exp(I*(b*x+3*a+2*c)))-3/2*ln(exp(I*(b*x+a))-exp(I*(a-c)))/b*cos(a-
c)+3/2*ln(exp(I*(b*x+a))+exp(I*(a-c)))/b*cos(a-c)

Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 385 vs. \(2 (69) = 138\).

Time = 0.27 (sec) , antiderivative size = 385, normalized size of antiderivative = 5.27 \[ \int \cos (a+b x) \cot ^3(c+b x) \, dx=-\frac {16 \, \cos \left (b x + a\right )^{3} \cos \left (-2 \, a + 2 \, c\right ) - 4 \, {\left (4 \, \cos \left (b x + a\right )^{2} + 1\right )} \sin \left (b x + a\right ) \sin \left (-2 \, a + 2 \, c\right ) - 4 \, {\left (\cos \left (-2 \, a + 2 \, c\right ) + 5\right )} \cos \left (b x + a\right ) + \frac {3 \, \sqrt {2} {\left (2 \, {\left (\cos \left (-2 \, a + 2 \, c\right ) + 1\right )} \cos \left (b x + a\right ) \sin \left (b x + a\right ) \sin \left (-2 \, a + 2 \, c\right ) - 2 \, {\left (\cos \left (-2 \, a + 2 \, c\right )^{2} + \cos \left (-2 \, a + 2 \, c\right )\right )} \cos \left (b x + a\right )^{2} + \cos \left (-2 \, a + 2 \, c\right )^{2} + 2 \, \cos \left (-2 \, a + 2 \, c\right ) + 1\right )} \log \left (\frac {2 \, \cos \left (b x + a\right )^{2} \cos \left (-2 \, a + 2 \, c\right ) - 2 \, \cos \left (b x + a\right ) \sin \left (b x + a\right ) \sin \left (-2 \, a + 2 \, c\right ) + \frac {2 \, \sqrt {2} {\left ({\left (\cos \left (-2 \, a + 2 \, c\right ) + 1\right )} \cos \left (b x + a\right ) - \sin \left (b x + a\right ) \sin \left (-2 \, a + 2 \, c\right )\right )}}{\sqrt {\cos \left (-2 \, a + 2 \, c\right ) + 1}} - \cos \left (-2 \, a + 2 \, c\right ) + 3}{2 \, \cos \left (b x + a\right )^{2} \cos \left (-2 \, a + 2 \, c\right ) - 2 \, \cos \left (b x + a\right ) \sin \left (b x + a\right ) \sin \left (-2 \, a + 2 \, c\right ) - \cos \left (-2 \, a + 2 \, c\right ) - 1}\right )}{\sqrt {\cos \left (-2 \, a + 2 \, c\right ) + 1}}}{8 \, {\left (2 \, b \cos \left (b x + a\right )^{2} \cos \left (-2 \, a + 2 \, c\right ) - 2 \, b \cos \left (b x + a\right ) \sin \left (b x + a\right ) \sin \left (-2 \, a + 2 \, c\right ) - b \cos \left (-2 \, a + 2 \, c\right ) - b\right )}} \]

[In]

integrate(cos(b*x+a)*cot(b*x+c)^3,x, algorithm="fricas")

[Out]

-1/8*(16*cos(b*x + a)^3*cos(-2*a + 2*c) - 4*(4*cos(b*x + a)^2 + 1)*sin(b*x + a)*sin(-2*a + 2*c) - 4*(cos(-2*a
+ 2*c) + 5)*cos(b*x + a) + 3*sqrt(2)*(2*(cos(-2*a + 2*c) + 1)*cos(b*x + a)*sin(b*x + a)*sin(-2*a + 2*c) - 2*(c
os(-2*a + 2*c)^2 + cos(-2*a + 2*c))*cos(b*x + a)^2 + cos(-2*a + 2*c)^2 + 2*cos(-2*a + 2*c) + 1)*log((2*cos(b*x
 + a)^2*cos(-2*a + 2*c) - 2*cos(b*x + a)*sin(b*x + a)*sin(-2*a + 2*c) + 2*sqrt(2)*((cos(-2*a + 2*c) + 1)*cos(b
*x + a) - sin(b*x + a)*sin(-2*a + 2*c))/sqrt(cos(-2*a + 2*c) + 1) - cos(-2*a + 2*c) + 3)/(2*cos(b*x + a)^2*cos
(-2*a + 2*c) - 2*cos(b*x + a)*sin(b*x + a)*sin(-2*a + 2*c) - cos(-2*a + 2*c) - 1))/sqrt(cos(-2*a + 2*c) + 1))/
(2*b*cos(b*x + a)^2*cos(-2*a + 2*c) - 2*b*cos(b*x + a)*sin(b*x + a)*sin(-2*a + 2*c) - b*cos(-2*a + 2*c) - b)

Sympy [F]

\[ \int \cos (a+b x) \cot ^3(c+b x) \, dx=\int \cos {\left (a + b x \right )} \cot ^{3}{\left (b x + c \right )}\, dx \]

[In]

integrate(cos(b*x+a)*cot(b*x+c)**3,x)

[Out]

Integral(cos(a + b*x)*cot(b*x + c)**3, x)

Maxima [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 1254 vs. \(2 (69) = 138\).

Time = 0.25 (sec) , antiderivative size = 1254, normalized size of antiderivative = 17.18 \[ \int \cos (a+b x) \cot ^3(c+b x) \, dx=\text {Too large to display} \]

[In]

integrate(cos(b*x+a)*cot(b*x+c)^3,x, algorithm="maxima")

[Out]

-1/4*(2*(cos(5*b*x + a + 4*c) - 2*cos(3*b*x + a + 2*c) + cos(b*x + a))*cos(6*b*x + 2*a + 4*c) - 2*(5*cos(4*b*x
 + 2*a + 2*c) - 2*cos(4*b*x + 4*c) - 2*cos(2*b*x + 2*a) + 5*cos(2*b*x + 2*c) - 1)*cos(5*b*x + a + 4*c) + 10*(2
*cos(3*b*x + a + 2*c) - cos(b*x + a))*cos(4*b*x + 2*a + 2*c) - 4*(2*cos(3*b*x + a + 2*c) - cos(b*x + a))*cos(4
*b*x + 4*c) - 4*(2*cos(2*b*x + 2*a) - 5*cos(2*b*x + 2*c) + 1)*cos(3*b*x + a + 2*c) + 4*cos(2*b*x + 2*a)*cos(b*
x + a) - 10*cos(2*b*x + 2*c)*cos(b*x + a) - 3*(cos(5*b*x + a + 4*c)^2*cos(-a + c) + 4*cos(3*b*x + a + 2*c)^2*c
os(-a + c) - 4*cos(3*b*x + a + 2*c)*cos(b*x + a)*cos(-a + c) + cos(b*x + a)^2*cos(-a + c) + cos(-a + c)*sin(5*
b*x + a + 4*c)^2 + 4*cos(-a + c)*sin(3*b*x + a + 2*c)^2 - 4*cos(-a + c)*sin(3*b*x + a + 2*c)*sin(b*x + a) + co
s(-a + c)*sin(b*x + a)^2 - 2*(2*cos(3*b*x + a + 2*c)*cos(-a + c) - cos(b*x + a)*cos(-a + c))*cos(5*b*x + a + 4
*c) - 2*(2*cos(-a + c)*sin(3*b*x + a + 2*c) - cos(-a + c)*sin(b*x + a))*sin(5*b*x + a + 4*c))*log(cos(b*x)^2 +
 2*cos(b*x)*cos(c) + cos(c)^2 + sin(b*x)^2 - 2*sin(b*x)*sin(c) + sin(c)^2) + 3*(cos(5*b*x + a + 4*c)^2*cos(-a
+ c) + 4*cos(3*b*x + a + 2*c)^2*cos(-a + c) - 4*cos(3*b*x + a + 2*c)*cos(b*x + a)*cos(-a + c) + cos(b*x + a)^2
*cos(-a + c) + cos(-a + c)*sin(5*b*x + a + 4*c)^2 + 4*cos(-a + c)*sin(3*b*x + a + 2*c)^2 - 4*cos(-a + c)*sin(3
*b*x + a + 2*c)*sin(b*x + a) + cos(-a + c)*sin(b*x + a)^2 - 2*(2*cos(3*b*x + a + 2*c)*cos(-a + c) - cos(b*x +
a)*cos(-a + c))*cos(5*b*x + a + 4*c) - 2*(2*cos(-a + c)*sin(3*b*x + a + 2*c) - cos(-a + c)*sin(b*x + a))*sin(5
*b*x + a + 4*c))*log(cos(b*x)^2 - 2*cos(b*x)*cos(c) + cos(c)^2 + sin(b*x)^2 + 2*sin(b*x)*sin(c) + sin(c)^2) +
2*(sin(5*b*x + a + 4*c) - 2*sin(3*b*x + a + 2*c) + sin(b*x + a))*sin(6*b*x + 2*a + 4*c) - 2*(5*sin(4*b*x + 2*a
 + 2*c) - 2*sin(4*b*x + 4*c) - 2*sin(2*b*x + 2*a) + 5*sin(2*b*x + 2*c))*sin(5*b*x + a + 4*c) + 10*(2*sin(3*b*x
 + a + 2*c) - sin(b*x + a))*sin(4*b*x + 2*a + 2*c) - 4*(2*sin(3*b*x + a + 2*c) - sin(b*x + a))*sin(4*b*x + 4*c
) - 4*(2*sin(2*b*x + 2*a) - 5*sin(2*b*x + 2*c))*sin(3*b*x + a + 2*c) + 4*sin(2*b*x + 2*a)*sin(b*x + a) - 10*si
n(2*b*x + 2*c)*sin(b*x + a) + 2*cos(b*x + a))/(b*cos(5*b*x + a + 4*c)^2 + 4*b*cos(3*b*x + a + 2*c)^2 - 4*b*cos
(3*b*x + a + 2*c)*cos(b*x + a) + b*cos(b*x + a)^2 + b*sin(5*b*x + a + 4*c)^2 + 4*b*sin(3*b*x + a + 2*c)^2 - 4*
b*sin(3*b*x + a + 2*c)*sin(b*x + a) + b*sin(b*x + a)^2 - 2*(2*b*cos(3*b*x + a + 2*c) - b*cos(b*x + a))*cos(5*b
*x + a + 4*c) - 2*(2*b*sin(3*b*x + a + 2*c) - b*sin(b*x + a))*sin(5*b*x + a + 4*c))

Giac [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 963 vs. \(2 (69) = 138\).

Time = 0.38 (sec) , antiderivative size = 963, normalized size of antiderivative = 13.19 \[ \int \cos (a+b x) \cot ^3(c+b x) \, dx=\text {Too large to display} \]

[In]

integrate(cos(b*x+a)*cot(b*x+c)^3,x, algorithm="giac")

[Out]

1/8*(12*(tan(1/2*a)^2*tan(1/2*c)^3 - tan(1/2*a)^2*tan(1/2*c) + 4*tan(1/2*a)*tan(1/2*c)^2 - tan(1/2*c)^3 + tan(
1/2*c))*log(abs(tan(1/2*b*x)*tan(1/2*c) - 1))/(tan(1/2*a)^2*tan(1/2*c)^3 + tan(1/2*a)^2*tan(1/2*c) + tan(1/2*c
)^3 + tan(1/2*c)) - 12*(tan(1/2*a)^2*tan(1/2*c)^2 - tan(1/2*a)^2 + 4*tan(1/2*a)*tan(1/2*c) - tan(1/2*c)^2 + 1)
*log(abs(tan(1/2*b*x) + tan(1/2*c)))/(tan(1/2*a)^2*tan(1/2*c)^2 + tan(1/2*a)^2 + tan(1/2*c)^2 + 1) + 16*(2*tan
(1/2*b*x)*tan(1/2*a) + tan(1/2*a)^2 - 1)/((tan(1/2*b*x)^2 + 1)*(tan(1/2*a)^2 + 1)) + (2*tan(1/2*b*x)^3*tan(1/2
*a)^2*tan(1/2*c)^7 + tan(1/2*b*x)^2*tan(1/2*a)^2*tan(1/2*c)^8 + 6*tan(1/2*b*x)^3*tan(1/2*a)^2*tan(1/2*c)^5 + 2
*tan(1/2*b*x)^2*tan(1/2*a)^2*tan(1/2*c)^6 - 2*tan(1/2*b*x)^3*tan(1/2*c)^7 - 4*tan(1/2*b*x)^2*tan(1/2*a)*tan(1/
2*c)^7 - 2*tan(1/2*b*x)*tan(1/2*a)^2*tan(1/2*c)^7 - tan(1/2*b*x)^2*tan(1/2*c)^8 - 6*tan(1/2*b*x)^3*tan(1/2*a)^
2*tan(1/2*c)^3 + 16*tan(1/2*b*x)^3*tan(1/2*a)*tan(1/2*c)^4 - 22*tan(1/2*b*x)^2*tan(1/2*a)^2*tan(1/2*c)^4 - 6*t
an(1/2*b*x)^3*tan(1/2*c)^5 + 20*tan(1/2*b*x)^2*tan(1/2*a)*tan(1/2*c)^5 - 14*tan(1/2*b*x)*tan(1/2*a)^2*tan(1/2*
c)^5 - 2*tan(1/2*b*x)^2*tan(1/2*c)^6 + 16*tan(1/2*b*x)*tan(1/2*a)*tan(1/2*c)^6 + 2*tan(1/2*a)^2*tan(1/2*c)^6 +
 2*tan(1/2*b*x)*tan(1/2*c)^7 - 2*tan(1/2*b*x)^3*tan(1/2*a)^2*tan(1/2*c) + 2*tan(1/2*b*x)^2*tan(1/2*a)^2*tan(1/
2*c)^2 + 6*tan(1/2*b*x)^3*tan(1/2*c)^3 - 20*tan(1/2*b*x)^2*tan(1/2*a)*tan(1/2*c)^3 + 14*tan(1/2*b*x)*tan(1/2*a
)^2*tan(1/2*c)^3 + 22*tan(1/2*b*x)^2*tan(1/2*c)^4 - 16*tan(1/2*b*x)*tan(1/2*a)*tan(1/2*c)^4 + 12*tan(1/2*a)^2*
tan(1/2*c)^4 + 14*tan(1/2*b*x)*tan(1/2*c)^5 - 8*tan(1/2*a)*tan(1/2*c)^5 - 2*tan(1/2*c)^6 + tan(1/2*b*x)^2*tan(
1/2*a)^2 + 2*tan(1/2*b*x)^3*tan(1/2*c) + 4*tan(1/2*b*x)^2*tan(1/2*a)*tan(1/2*c) + 2*tan(1/2*b*x)*tan(1/2*a)^2*
tan(1/2*c) - 2*tan(1/2*b*x)^2*tan(1/2*c)^2 + 16*tan(1/2*b*x)*tan(1/2*a)*tan(1/2*c)^2 + 2*tan(1/2*a)^2*tan(1/2*
c)^2 - 14*tan(1/2*b*x)*tan(1/2*c)^3 + 8*tan(1/2*a)*tan(1/2*c)^3 - 12*tan(1/2*c)^4 - tan(1/2*b*x)^2 - 2*tan(1/2
*b*x)*tan(1/2*c) - 2*tan(1/2*c)^2)/((tan(1/2*a)^2*tan(1/2*c)^2 + tan(1/2*c)^2)*(tan(1/2*b*x)^2*tan(1/2*c) + ta
n(1/2*b*x)*tan(1/2*c)^2 - tan(1/2*b*x) - tan(1/2*c))^2))/b

Mupad [F(-1)]

Timed out. \[ \int \cos (a+b x) \cot ^3(c+b x) \, dx=\text {Hanged} \]

[In]

int(cos(a + b*x)*cot(c + b*x)^3,x)

[Out]

\text{Hanged}